home *** CD-ROM | disk | FTP | other *** search
- Path: news.ios.com!usenet
- From: jeremiah@ios.com (Jeremiah Kristal)
- Newsgroups: comp.dcom.modems
- Subject: Re: Please HELP: can't configure Archtek 28.8 with NT
- Date: Sun, 11 Feb 1996 20:17:17 GMT
- Organization: IDT Internet Services
- Message-ID: <4flih2$jpr@news.ios.com>
- References: <4fivt3$r4k@ixnews6.ix.netcom.com>
- NNTP-Posting-Host: ppp-5.ts-10.nyc.idt.net
- X-Newsreader: Forte Free Agent 1.0.82
-
- fatcat25@ix.netcom.com wrote:
-
- >I am currently using NT workstation and i have been trying to configure
- >my Archtek 2834 Series modem. I am using the Remote Acess System Dialer
- >and i have been unable to get my modem to function at anything other than
- >the HAYES 2400 compatible.
-
- >I went into the MODEM.INF file and I tried to change the Command_Init
- >string, but it will not work.
-
- >Anybody have any suggestion besides throwing the thing out the window and
- >buying a new one.
-
- >Appreciate any help immensely!
-
- >Thanks
-
- You are going to have to build an entry for the modem.inf file. I'm
- including the entry for a Supra 28.8 and will show you what you have
- to modify to get it to (hopefully) work. Any comments that I make are
- in fancy brackets, {like this}.
-
- ;----------------------------------------
- [Supra Fax Modem 288] {change this to your modem}
- CALLBACKTIME=10
- DEFAULTOFF=compression
- MAXCARRIERBPS=28800
- MAXCONNECTBPS=115200
-
- <speaker_on>=M1 {make sure these at commands
- <speaker_off>=M0 are correct for your modem}
- <hwflowcontrol_on>=&K3
- <hwflowcontrol_off>=&K0
- <compression_on>=%C3
- <compression_off>=%C0
- <protocol_on>=\\N3 {any \command need to have an
- <protocol_off>=\\N0 additional \ placed here. I don't
- <autodial_on>=ATDT know why, it just does}
- <autodial_off>=ATD
-
- DETECT_STRING=ATI5<cr>
- DETECT_RESPONSE=Supra {you have to put the response that
- DETECT_STRING=ATI<cr> you get for ati5 and ati here, it's
- DETECT_RESPONSE=28800 different for every modem}
-
- COMMAND_INIT=AT&F2&C1&D2 S7=55 <cr>
- COMMAND_INIT=ATS2=43 S11=55 S95=44 S0=0<speaker><cr>
- COMMAND_INIT=AT<hwflowcontrol><protocol><compression><speaker><cr>
- COMMAND_DIAL=<autodial><phonenumber><cr>
- COMMAND_LISTEN=ATS0=1<cr>
-
- {Make sure that these command strings work for your modem. Anything
- in <these brackets> takes it's value from what you set above. I.E. in
- this case line 3 actually sends at&k3\n3%c3m1<cr>
-
- This seems like a lot of work but unless Archtek comes out with an
- updated modem.inf file, like Motorola did, this is the best way to
- make it work.
-
- Jeremiah
-
-
-